home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / driving_home_at_easter.swf / scripts / DefineButton2_92 / BUTTONCONDACTION on(rollOver).as
Text File  |  2011-01-13  |  223b  |  15 lines

  1. on(rollOver){
  2.    tellTarget("/gamefaces")
  3.    {
  4.       gotoAndStop("face5");
  5.    }
  6.    tellTarget("/nodes")
  7.    {
  8.       gotoAndStop("position5");
  9.    }
  10.    tellTarget("/cockpit")
  11.    {
  12.       gotoAndStop("f5");
  13.    }
  14. }
  15.